* editfns.c (Fformat): Fix bug in text-property fix (Bug#9514).
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 15 Sep 2011 18:11:37 +0000 (11:11 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 15 Sep 2011 18:11:37 +0000 (11:11 -0700)
commitec3f37ca8f92e453fe12efb276f9fac7d2a29d16
treec0369f4dc1c9c1e2d011c2284c547be915b99af7
parent524fb50b933b5d85a9446e76c7856211b26c186b
* editfns.c (Fformat): Fix bug in text-property fix (Bug#9514).

Don't mishandle (length (format "%%")) and (format "%4000s%%" "").
src/ChangeLog
src/editfns.c